From 8ca026d35173d4e9773323176592326a27afba66 Mon Sep 17 00:00:00 2001 From: "robertlipe@gmail.com" Date: Sun, 11 Dec 2011 19:11:29 +0000 Subject: [PATCH] Doc changes: nail id to so that docbook will quit randomizing them. be more forthright about OSes supported. reference http://code.google.com/p/gpsbabel over sourceforge git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4128 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/xmldoc/chapters/build.xml | 19 +++++++++++++++---- gpsbabel/xmldoc/chapters/use.xml | 14 +++++++------- gpsbabel/xmldoc/formats/csv.xml | 2 +- gpsbabel/xmldoc/formats/gnav_trl.xml | 2 +- 4 files changed, 24 insertions(+), 13 deletions(-) diff --git a/gpsbabel/xmldoc/chapters/build.xml b/gpsbabel/xmldoc/chapters/build.xml index 997f57a0f..5fd3174b9 100644 --- a/gpsbabel/xmldoc/chapters/build.xml +++ b/gpsbabel/xmldoc/chapters/build.xml @@ -19,13 +19,24 @@ additional information. For operating systems where no binary is provided or if you want the latest development version, you will have to build it from source. The code should be compilable on any system with -ISO C89 compilers. It's been tested on UnixWare, OpenServer, OS/X, -Linux, Solaris, and a variety of processors and compilers. +ISO C89 compilers, though we use a smattering of C99 like double slash +comments. It's tested on Linux, Mac OS/X, and Windows cross compilers. +Less frequently, someone will build on MSVC, FreeBSD, OpenBSD, Solaris, +UnixWare, OpenServer, etc. It's also exercised on a variety of +processors and compilers. -You can grab a release from the GPSBabel download page, but if you're going to be doing any development, you'll find that working from the GPSBabel CVS tree is easier. +You can grab a release from the GPSBabel download page, but if you're going to be doing any development, you'll find that working from the GPSBabel SVN tree is easier. - + +For most cases, an anonymous checkout of the trunk is really all you need. +That can be done easily with the single command: + + + svn checkout http://gpsbabel.googlecode.com/svn/trunk/gpsbabel + + + In most cases, the code is as simple to build as running: ./configure && make diff --git a/gpsbabel/xmldoc/chapters/use.xml b/gpsbabel/xmldoc/chapters/use.xml index 3dba49145..edbfd933f 100644 --- a/gpsbabel/xmldoc/chapters/use.xml +++ b/gpsbabel/xmldoc/chapters/use.xml @@ -68,12 +68,12 @@ name of a file to be read or written. This command will read from a Magellan unit attached to the first serial port on a Linux system (device names will vary on other OSes; typically COMx: on WIndows) and write them as a geocaching loc file. - + Command showing Linux download from Magellan serial and writing to .loc file gpsbabel -i magellan -f /dev/ttyS0 -o geo -F mag.loc This second command does the same on Microsoft Windows. - + Command showing Windows download from Magellan serial and writing to .loc file gpsbabel -i magellan -f com1 -o geo -F mag.loc @@ -141,16 +141,16 @@ merged data to multiple destinations. -i argument is seen. Files are read in the order they appear. So you could merge three input files into one output file with: - + Merging multiple files into one gpsbabel -i geo -f 1.loc -f 2.loc -f 3.loc -o geo -F big.loc You can merge files of different types: - + Merging multiple files of differing types. gpsbabel -i geo -f 1.loc -i gpx -f 2.gpx -i pcx 3.pcx -o gpsutil -F big.gps - + Writing the same data in multiple output formats. You can write the same data in different output formats: @@ -294,7 +294,7 @@ merged data to multiple destinations. output. Additional formats may be added by interested parties later. - + Read realtime positioning from Garmin USB, write to Keyhole Markup gpsbabel -T -i garmin -f usb: -o kml -F xxx.kml @@ -303,7 +303,7 @@ merged data to multiple destinations. - + Read realtime positioning from Wintec WBT-201 via Bluetooth on Mac, write to Keyhole Markup gpsbabel -T -i nmea -f /dev/cu.G-Rays2-SPPslave-1 -o kml -F xxx.kml diff --git a/gpsbabel/xmldoc/formats/csv.xml b/gpsbabel/xmldoc/formats/csv.xml index feb3caf9e..6b3425f4d 100644 --- a/gpsbabel/xmldoc/formats/csv.xml +++ b/gpsbabel/xmldoc/formats/csv.xml @@ -17,7 +17,7 @@ on read it will read anything supported by our universal csv format. -Example 'csv' file +Example 'csv' file 35.97203, -87.13470, Mountain Bike Heaven by susy1313 36.09068, -86.67955, The Troll by a182pilot & Family diff --git a/gpsbabel/xmldoc/formats/gnav_trl.xml b/gpsbabel/xmldoc/formats/gnav_trl.xml index 4c17ed14e..06cf6708d 100644 --- a/gpsbabel/xmldoc/formats/gnav_trl.xml +++ b/gpsbabel/xmldoc/formats/gnav_trl.xml @@ -8,7 +8,7 @@ - +
Track point structure (16 bytes) -- 2.30.2